home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3.iso / chapte19 / putdest.h < prev    next >
Text File  |  1996-04-29  |  498b  |  21 lines

  1.  
  2. #define IDM_EXIT             100
  3.  
  4. #define IDM_STRETCH_IMAGE    200
  5. #define IDM_STRINK_IMAGE     201
  6. #define IDM_MOVE_DOWN        202
  7. #define IDM_MOVE_UP          203
  8. #define IDM_MOVE_LEFT        204
  9. #define IDM_MOVE_RIGHT       205
  10. #define IDM_NORMAL           206
  11.  
  12. #define IDM_ABOUT            300
  13.  
  14. #define DLG_VERFIRST         400
  15. #define DLG_VERLAST          404
  16.  
  17. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  18. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  19.  
  20.  
  21.